Skip to main content

logMessage

Type

property

Summary

The name of the handler that is called by the log command.

Syntax

set the logMessage to <handlerName>

Description

The name of the handler that is called by the log command.

Examples

on preOpenStack
-- uBuildMode property set before building standalone
if the uBuildMode of this stack is "release" then
set the logMessage to empty
end if

loadResources
end preOpenStack

command loadResources
log "loading resources"
end loadResources

on log pInfo
-- unhandled put will go to system logs
put pInfo
end log

command: log, put

message: msgChanged

Compatibility and Support

Introduced

LiveCode 9.5

OS

mac

windows

linux

ios

android

web

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?